home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / FINISH16.ZIP;1 / README.BAT < prev   
Encoding:
DOS Batch File  |  1992-07-29  |  1.4 KB  |  37 lines

  1. echo off
  2. cls
  3. echo                               FINISH LINE (tm)
  4. echo .
  5. echo              Automatically Learns the Words and Phrases YOU use
  6. echo .
  7. echo                Predicts upcoming Words and Phrases in a Window
  8. echo                  so you can FINISH a LINE with a Single Key!
  9. echo .
  10. echo  FINISH LINE for DOS enhances WordPerfect, Word, Lotus, Brief, Edit, ProComm, 
  11. echo   Crosstalk and hundreds of other IBM-PC compatible programs in text-mode.
  12. echo .
  13. echo      FINISH LINE for Windows enhances Word, WordPerfect, Excel, Ami Pro,
  14. echo            Visual Basic and hundreds of other Windows Applications
  15. echo .
  16. echo .
  17. echo  To install FINISH LINE for DOS, at the DOS prompt type:
  18. echo           A:FINISH I        (or appropriate drive:\directory\FINISH I)
  19. echo .
  20. echo     Innovative Designs         phone: (408)985-9255
  21. echo     Suite 245                  FAX:   (408)247-6624
  22. echo     2464 El Camino Real        modem: (408)246-2468  8/N/1/300-2400 baud
  23. echo     Santa Clara, CA 95051      CompuServe: CIS 70402,2003
  24. echo .
  25. echo To quit: press [Ctrl-C] at any time.   For an overview of FINISH LINE:
  26. pause
  27. cls
  28. if not exist finish.hlp goto forhelp
  29. more <finish.hlp
  30. goto end
  31. :forhelp
  32. echo The file FINISH.HLP contains detailed instructions on how to install
  33. echo and use FINISH LINE software.  Use MORE or an editor to view it, or
  34. echo print it by typing:            PRINT FINISH.HLP
  35. echo .
  36. :end
  37.